projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4532def
)
Fix typo caught by zsh
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 12 Aug 2018 16:01:00 +0000
(09:01 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 12 Aug 2018 16:01:20 +0000
(09:01 -0700)
* lisp/Makefile.in (compile-clean): Fix typo; missing ";" (Bug#32423).
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index ccc5323b52430f3d01dcab3162575631b328f84e..c4475982981ee033b439981614926c743fb29382 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-341,7
+341,7
@@
compile-clean:
if test -f "$$el" || test ! -f "$${el}c"; then :; else \
echo rm "$${el}c"; \
rm "$${el}c"; \
- fi \
+ fi
;
\
done
.PHONY: gen-lisp leim semantic